home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / other / progsy / netbus / PATCH.EXE / 0 / RCDATA / TMSGFORM / TMSGFORM.txt
Encoding:
Text File  |  1998-08-22  |  789 b   |  44 lines

  1. object MsgForm: TMsgForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Question'
  6.   ClientHeight = 164
  7.   ClientWidth = 427
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 10
  21.     Width = 405
  22.     Height = 31
  23.     AutoSize = False
  24.     Caption = 'Question'
  25.     WordWrap = True
  26.   end
  27.   object Memo1: TMemo
  28.     Left = 8
  29.     Top = 48
  30.     Width = 411
  31.     Height = 73
  32.     TabOrder = 0
  33.   end
  34.   object OKButton: TBitBtn
  35.     Left = 330
  36.     Top = 131
  37.     Width = 90
  38.     Height = 25
  39.     TabOrder = 1
  40.     OnClick = OKButtonClick
  41.     Kind = bkOK
  42.   end
  43. end
  44.